Skip to main content

Department How To's

How to's for the Department guide.

How to add a Department object to a flow?

  1. Open the flow editor.
  2. From the Toolbox, drag the Department object onto the canvas.
  3. Select the object to open the Properties panel.
  4. Go to the Value tab and choose one of the following types:
    • Static Department (Select a department from the list)
    • Flow Starter’s Department
  5. Configure other properties like Caption, Size, etc., under the Appearance tab.

How to delete multiple Department objects

To delete multiple Department objects from the canvas:

  1. Hold down Ctrl (or Cmd on macOS) and click on each Department object.
  2. Press Delete on your keyboard or right-click and choose Delete.

This will remove the objects, but it will not delete any variables or expressions referencing them. Review your flow logic after deletion.


How to remove a Department object from the flow?

To remove a Department object:

  1. Click on the object in the flow designer.
  2. Press the Delete key, or right-click and choose Delete.

Make sure that:

  • No Assignment or Comparison objects rely on this Department object.
  • You’ve removed any event handlers or code tied to it.